tests: Fix teststack "add icon" button
authorAlexander Mikhaylenko <alexm@gnome.org>
Mon, 11 May 2020 14:27:41 +0000 (19:27 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Mon, 11 May 2020 14:27:41 +0000 (19:27 +0500)
tests/teststack.c

index 00b21226a4d4e0b4d63a319888b342be64cab8bd..dbbb2194674756af19d7895bf63a2bb089972b9a 100644 (file)
@@ -37,7 +37,7 @@ toggle_icon_name (GtkWidget *button, gpointer data)
   gboolean active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button));
   GtkStackPage *page;
 
-  page = gtk_stack_get_page (GTK_STACK (gtk_widget_get_parent (button)), button);
+  page = gtk_stack_get_page (GTK_STACK (stack), w1);
   g_object_set (page, "icon-name", active ? "edit-find-symbolic" : NULL, NULL);
 }